Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / Range<T> Class / Contains Method / Contains(T) Method
The value to look for.

In This Topic
    Contains(T) Method
    In This Topic
    Indicates if the range contains value.
    Syntax
    'Declaration
     
    
    Public Overloads Function Contains( _
       ByVal value As T _
    ) As Boolean
    public bool Contains( 
       T value
    )

    Parameters

    value
    The value to look for.

    Return Value

    true if the range contains value, false otherwise.
    Exceptions
    ExceptionDescription
    value is null.
    See Also